home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5 (Alt)
/
MACD 5.bin
/
workbench
/
boot
/
czesc_1
/
beep
/
test.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-18
|
175 b
|
12 lines
#include <proto/exec.h>
#include <proto/intuition.h>
main ()
{
IntuitionBase = OpenLibrary ("intuition.library", 0);
DisplayBeep (NULL);
CloseLibrary (IntuitionBase);
}